Which testing method to go with? [Rails]

Posted by yuval on Stack Overflow See other posts from Stack Overflow or by yuval
Published on 2010-03-14T00:38:41Z Indexed on 2010/03/14 0:45 UTC
Read the original article Hit count: 306

Filed under:
|

I am starting a new project for a client today.

I have done some rails projects before but never bothered writing tests for them. I'd like to change that starting with this new project. I am aware there are several testing tools, but am a bit confused as to which I should be using.

I heard of RSpec, Mocha, Webrat, and Cucamber. Please keep in mind I never really wrote any regular tests, so my knowledge of testing in general is quite limited.

How would you suggest I get started?

Thanks!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about testing